home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 3 / BBS in a box - Trilogy III.iso / Files / Prog / A / AxoCalculator Package / AxoCalculator Documentation / Version 1.1 Release Notes < prev   
Encoding:
Text File  |  1993-03-14  |  1.3 KB  |  42 lines  |  [TEXT/AxoC]

  1.  
  2. AxoCalculator 1.1 Release Notes
  3.  
  4. Added Features :
  5.  
  6. •    String variable support
  7.     (see "DemoText" in the "Example Programs" file). 
  8. •    "NewString" and "NewArray" language independent procedures for
  9.     creating string and array variables anywhere in a program.
  10. •    An option to leave the cursor on the same line as the result, 
  11.     or on a new line below the result ("Settings" dialog). 
  12. •    An option that controls what status information is listed when
  13.     the "Show Status" command is selected.
  14. •    An "Auto Indent" option ("Format" dialog).
  15.  
  16. Deleted Features :
  17.  
  18. •    The "Load" option was removed, since it added almost no 
  19.     functionality, and was potentially confusing.
  20.  
  21. Major Bug Fixes :
  22.  
  23. •    The C language now recognizes the "return" key word, which is used  
  24.     to return function values to the calling procedure. 
  25.  
  26. •    Functions and procedures can now call themselves recursively 
  27.     (see "RecursiveFact" in the "Example Functions" file). 
  28.  
  29. •    Some of the lingering bugs in the text editor were cleaned up, 
  30.     however, there are still a few minor problems with dead cursors  
  31.     when "Auto line wrap" is selected. 
  32.  
  33. Other Improvements :
  34.  
  35. • "Find" and "Replace" are significantly faster.
  36.  
  37. • Added shift-command key shortcuts for "Save As…", "Save Selection…"     and "Page Setup…".
  38.  
  39. • Many minor bug fixes.     
  40.  
  41.  
  42.